Fix test for `--test` filtering
authorAlex Crichton <alex@alexcrichton.com>
Sat, 21 Mar 2015 00:48:55 +0000 (17:48 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 21 Mar 2015 00:48:55 +0000 (17:48 -0700)
The flag now only applies to integration tests, not all targets with the
specified name.

tests/test_cargo_test.rs

index 8eccc5742860a350b4d7de386f09b13abed0ad1d..bc7b49b99a60faffbcf7c5c48e1ed6e8fe534e9a 100644 (file)
@@ -924,13 +924,6 @@ test test_b ... ok
 
 test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured
 
-{running} target[..]b-[..]
-
-running 1 test
-test test_b ... ok
-
-test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured
-
 ",
        compiling = COMPILING,
        running = RUNNING,